gtksearchentry: Add a "catchall" click gesture handler
authorCarlos Garnacho <carlosg@gnome.org>
Mon, 23 Aug 2021 13:33:32 +0000 (15:33 +0200)
committerCarlos Garnacho <carlosg@gnome.org>
Mon, 23 Aug 2021 13:38:33 +0000 (15:38 +0200)
commit7a4afb08bdd39916aaccb624ef6cbb62291e91d7
treee15f2be0419920c0f54d977f48ee553034e88edc
parentc5cd1ac63079622e5876f3a48759663de5533b27
gtksearchentry: Add a "catchall" click gesture handler

This gesture is set on the whole widget surface, since there's
multiple input targets inside an entry (icons, the GtkText itself)
it makes sense to consider the full entry an area handling clicks.
Ensure these events don't propagate further up, and result in other
actions.
gtk/gtksearchentry.c